Azure IoT Hub
https://gyazo.com/f0bb5824a8e0b79932296fe029a3c3e2
IoT Internet of Things アプリケーションとそれが管理するデバイスの間の双方向通信に対する中央メッセージハブ
Cloud Computing クラウド内でホストされているマネージド サービス
Azure IoT Hub の概要 | Microsoft Docs
一緒に使うといいやつ
Azure Stream Analytics
Azure Event Grid
監視 Monitoring
Azure IoT Hub との切断に関する診断とトラブルシューティング | Microsoft Docs
実装
GitHub.icon
クイック スタート: Azure IoT に利用統計情報を送信する (Node.js) | Microsoft Docs
デバイス接続文字列
取得
az iot hub device-identity show-connection-string --hub-name {YourIoTHubName} --device-id MyNodeDevice --output table
サービス接続文字列
取得
az iot hub show-connection-string --name {YourIoTHubName} --policy-name service --output table
注意
IoT ハブ名
DNS エンドポイントとして公開
機密、個人情報載せない
便利リンク
Raspberry Pi Web シミュレーターの Azure IoT Hub への接続 (Node.js) | Microsoft Docs